runtime.heapStatsDelta.largeFreeCount (field)
8 uses
runtime (current package)
arena.go#L900: atomic.Xadd64(&stats.largeFreeCount, 1)
metrics.go#L280: hist.counts[len(hist.counts)-1] = in.heapStats.largeFreeCount
metrics.go#L684: a.totalFrees = a.largeFreeCount
mgcsweep.go#L809: atomic.Xadd64(&stats.largeFreeCount, 1)
mstats.go#L400: nFree := consStats.largeFreeCount
mstats.go#L687: largeFreeCount uint64 // number of frees for large objects (>maxSmallSize)
mstats.go#L710: a.largeFreeCount += b.largeFreeCount
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |